ANativeActivityCallbacks.onInputQueueDestroyed

The input queue for this native activity's window is being destroyed. You should no longer try to reference this object upon returning from this function.

struct ANativeActivityCallbacks
void function(ANativeActivity* activity, AInputQueue* queue) onInputQueueDestroyed;

Meta